home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / y2l.lha / y2l / Parser.h < prev    next >
C/C++ Source or Header  |  1992-08-20  |  288b  |  19 lines

  1. # ifndef yyParser
  2. # define yyParser
  3.  
  4. /* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
  5.  
  6.  
  7.  
  8. # ifdef yacc_interface
  9. # define Parser            yyparse
  10. # define yyInitStackSize    YYMAXDEPTH
  11. # endif
  12.  
  13. extern    char *    Parser_TokenName [];
  14.  
  15. extern    int    Parser    ();
  16. extern    void    CloseParser    ();
  17.  
  18. # endif
  19.